home *** CD-ROM | disk | FTP | other *** search
/ Aminet 52 / Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso / Aminet / gfx / show / swfplayersrc.lha / Lib / Jpeg / jconfig.h < prev    next >
C/C++ Source or Header  |  2002-10-10  |  1KB  |  51 lines

  1. /* jconfig.h.  Generated automatically by configure.  */
  2. /* jconfig.cfg --- source file edited by configure script */
  3. /* see jconfig.doc for explanations */
  4.  
  5. #define HAVE_PROTOTYPES 
  6. #define HAVE_UNSIGNED_CHAR 
  7. #define HAVE_UNSIGNED_SHORT 
  8. #undef void
  9. #undef const
  10. #undef CHAR_IS_UNSIGNED
  11. #ifdef __PPC__
  12. #undef HAVE_STDDEF_H
  13. #undef HAVE_STDLIB_H
  14. #else
  15. #define HAVE_STDDEF_H
  16. #define HAVE_STDLIB_H
  17. #endif
  18. #undef NEED_BSD_STRINGS
  19. #undef NEED_SYS_TYPES_H
  20. #undef NEED_FAR_POINTERS
  21. #define NEED_SHORT_EXTERNAL_NAMES
  22. /* Define this if you get warnings about undefined structures. */
  23. #undef INCOMPLETE_TYPES_BROKEN
  24.  
  25. #ifdef JPEG_INTERNALS
  26.  
  27. #undef RIGHT_SHIFT_IS_UNSIGNED
  28. #define INLINE __inline__
  29. /* These are for configuring the JPEG memory manager. */
  30. #undef DEFAULT_MAX_MEM
  31. #undef NO_MKTEMP
  32.  
  33. #endif /* JPEG_INTERNALS */
  34.  
  35. #ifdef JPEG_CJPEG_DJPEG
  36.  
  37. #define BMP_SUPPORTED        /* BMP image file format */
  38. #define GIF_SUPPORTED        /* GIF image file format */
  39. #define PPM_SUPPORTED        /* PBMPLUS PPM/PGM image file format */
  40. #undef RLE_SUPPORTED        /* Utah RLE image file format */
  41. #define TARGA_SUPPORTED        /* Targa image file format */
  42.  
  43. #undef TWO_FILE_COMMANDLINE
  44. #undef NEED_SIGNAL_CATCHER
  45. #undef DONT_USE_B_MODE
  46.  
  47. /* Define this if you want percent-done progress reports from cjpeg/djpeg. */
  48. #undef PROGRESS_REPORT
  49.  
  50. #endif /* JPEG_CJPEG_DJPEG */
  51.